←Select platform

Always Property

Summary

Callback to run after the command is run asynchronously.

Syntax
C#
VB
C++
public DocumentViewerAsyncAlways<T> Always { get; set; } 
Public Property Always() As DocumentViewerAsyncAlways(Of T) 
   Get 
   Set 
public:  
   property DocumentViewerAsyncAlways<T>^ Always 
   { 
      DocumentViewerAsyncAlways<T>^ get() 
      void set(DocumentViewerAsyncAlways<T>^ value) 
   } 

Property Value

The callback to run after the command is run asynchronously. Default value is null.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly